boards: wcl: add Google RTC Audio Processing to WCL configuration#10349
Merged
lgirdwood merged 1 commit intothesofproject:mainfrom Nov 4, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds Google RTC Audio Processing support to the WCL (Wildcat Lake) board configuration for the Intel ADSP ACE30 platform. The component is configured as a loadable module with mock testing capabilities to facilitate CI testing without requiring additional configuration flags.
Key Changes:
- Enabled Google RTC Audio Processing as a loadable module
- Enabled mock testing support for the RTC Audio Processing component
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y | ||
| CONFIG_FORMAT_CONVERT_HIFI3=n | ||
|
|
||
| # SOF / audio modules / mocks |
There was a problem hiding this comment.
[nitpick] Corrected 'mocks' to 'mock' for consistency with the existing comment style in the configuration file.
Suggested change
| # SOF / audio modules / mocks | |
| # SOF / audio modules / mock |
This patch introduces the Google RTC Audio Processing component into the WCL configuration for the SOF firmware. The component is added as a loadable module (`m`). **Changes:** - Added `CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=m` to enable Google RTC Audio Processing. - Included `CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y` for mock testing support. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
lgirdwood
approved these changes
Nov 3, 2025
kv2019i
approved these changes
Nov 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch introduces the Google RTC Audio Processing component into the WCL configuration for the SOF firmware. The component is added as a loadable module (
m).Changes:
CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=mto enable Google RTC Audio Processing.CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=yfor mock testing support.